-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to PHPMailer 5.2.21 #13388
Update to PHPMailer 5.2.21 #13388
Conversation
I have tested this item ✅ successfully on 16e7dec This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13388. |
1 similar comment
I have tested this item ✅ successfully on 16e7dec This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13388. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13388. |
@@ -31,7 +31,7 @@ | |||
"ircmaxell/password-compat": "1.*", | |||
"leafo/lessphp": "0.5.0", | |||
"paragonie/random_compat": "~1.0", | |||
"phpmailer/phpmailer": "^5.2.18", | |||
"phpmailer/phpmailer": "^5.2.20", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fine as is. This declares that any PHPMailer version on the current major series greater than or equal to this one is fine. It'll allow anything >=5.2.20 && <6.0
.
I think this is important enough to justify a quick fix release... |
No, it's not. See https://developer.joomla.org/security-centre/668-20161205-phpmailer-security-advisory.html and associated references. |
See https://developer.joomla.org/security-centre/668-20161205-phpmailer-security-advisory.html edit: Michael was faster 😄 |
Summary of Changes
Updates PHPMailer to 5.2.21. Composer is run with 1.3.0 which explains the ClassLoader and timestamp changes.
Testing Instructions
Mail sending works
Documentation Changes Required
N/A